ResourceUnlock Method (ActiveLock) |
Unlock the locks on this resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool Unlock(
ActiveLock[] activeLock
)
Public Function Unlock (
activeLock As ActiveLock()
) As Boolean
Parameters
- activeLock
- Type: Independentsoft.WebdavActiveLock
Array of locks on resource to unlock.
Return Value
Type:
BooleanTrue if success; otherwise, false.
See Also